-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partitioned communication tests #29
Conversation
Hello! The Git Commit Checker CI bot found a few problems with this PR: 110096a: removing extra space and fixing tab space size
c001fd2: fixed conditional expression
92b369e: initial commit to fork
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Signed-off-by: Whit Schonbein <[email protected]>
Hello! The Git Commit Checker CI bot found a few problems with this PR: 110096a: removing extra space and fixing tab space size
c001fd2: fixed conditional expression
92b369e: initial commit to fork
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Signed-off-by: Whit Schonbein <[email protected]>
Signed-off-by: Whit Schonbein <[email protected]>
Signed-off-by: Whit Schonbein <[email protected]>
Signed-off-by: Whit Schonbein <[email protected]>
Hello! The Git Commit Checker CI bot found a few problems with this PR: 110096a: removing extra space and fixing tab space size
c001fd2: fixed conditional expression
92b369e: initial commit to fork
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Signed-off-by: Joshua Hursey <[email protected]>
Signed-off-by: Jeff Squyres <[email protected]>
Remove stray #if 0 Signed-off-by: David Wootton <[email protected]>
Signed-off-by: Joshua Hursey <[email protected]>
…n MPI or PMIx interfaces Signed-off-by: Joshua Hursey <[email protected]>
fixed conditional expression Signed-off-by: Whit Schonbein <[email protected]> removing extra space and fixing tab space size Signed-off-by: Whit Schonbein <[email protected]> Empty commit to add signoff Signed-off-by: Whit Schonbein <[email protected]> Empty commit to add signoff Signed-off-by: Whit Schonbein <[email protected]> fixed conditional expression removing extra space and fixing tab space size Empty commit to add signoff Signed-off-by: Whit Schonbein <[email protected]> Empty commit to add signoff Signed-off-by: Whit Schonbein <[email protected]>
Hello! The Git Commit Checker CI bot found a few problems with this PR: 110096a: removing extra space and fixing tab space size
c001fd2: fixed conditional expression
92b369e: initial commit to fork
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Killing this pull request because I've dug such a deep hole trying to signoff/squash that it is easier to just start over. |
A set of tests targeting partitioned communication as it appears in Chapter 4 of the MPI Specification v. 4.1. See the README.md for more info.
This PR is intended to supersede PR#28 #28